org.eclipse.vtp.desktop.editors.core.elements.properties
Class DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.properties.DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier
Enclosing class:
DatabaseQueryDataMappingPropertiesPanel

public class DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier
extends java.lang.Object
implements org.eclipse.jface.viewers.ICellModifier


Constructor Summary
DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier()
           
 
Method Summary
 boolean canModify(java.lang.Object element, java.lang.String property)
           
 java.lang.Object getValue(java.lang.Object element, java.lang.String property)
           
 void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier

public DatabaseQueryDataMappingPropertiesPanel.MappingCellModifier()
Method Detail

canModify

public boolean canModify(java.lang.Object element,
                         java.lang.String property)
Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier

getValue

public java.lang.Object getValue(java.lang.Object element,
                                 java.lang.String property)
Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier

modify

public void modify(java.lang.Object element,
                   java.lang.String property,
                   java.lang.Object value)
Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier